home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINICONS / V12N11.ZIP / OLFONT.ZIP / OLFFILL.MAK < prev    next >
Text File  |  1993-04-04  |  385b  |  16 lines

  1. #-----------------------
  2. # OLFFILL.MAK make file
  3. #-----------------------
  4.  
  5. olffill.exe : olffill.obj olfdemo.obj olf.obj olfdemo.def
  6.      link386 /BASE:0x10000 olffill olfdemo olf,, NUL,, olfdemo
  7.  
  8. olffill.obj : olffill.c olf.h
  9.      icc -C -Kbcpr -Ss olffill.c
  10.  
  11. olfdemo.obj : olfdemo.c
  12.      icc -C -Kbcpr -Ss olfdemo.c
  13.  
  14. olf.obj : olf.c olf.h
  15.      icc -C -Kbcpr -Ss olf.c
  16.